@Cut:
GoToIfFatigueAbove(@Sleep,95)
ObjectCmd1(1)
Wait(700)
GoToIfBagFull(@cut2)
GoTo(@Cut)

@cut2:
GoToIfFatigueAbove(@Sleep,95)
UseWithInventory(13,14)
Wait(800)
WaitForMenuAndAnswer(0)
Wait(600)
GoToIfInInventory(@cut2,14)
GoTo(@Cut)

@Wait:
Wait(100)
GoToIfSleeping(@Wait)
GoTo(@Cut)

@Sleep:
UseItemByID(1263)
Wait(1000)
GoToIfSleeping(@Wait)
GoTo(@Cut)